From 6a551e7f23ec6ffd7614d599b49439f85722ec74 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Tue, 13 Jun 2006 11:41:15 +0100 Subject: [PATCH] [HVM] Fix ioemu build with new Linux headers. We must define __user attribute to nothing. Signed-off-by: Keir Fraser --- tools/ioemu/usb-linux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ioemu/usb-linux.c b/tools/ioemu/usb-linux.c index 9cd543d714..b08eaebabb 100644 --- a/tools/ioemu/usb-linux.c +++ b/tools/ioemu/usb-linux.c @@ -26,6 +26,7 @@ #if defined(__linux__) #include #include +#define __user /* new versions of usbdevice_fs.h use this private attribute */ #include #include -- 2.30.2